projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d71b5
)
Fix the :tracker slot name
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Feb 2016 05:05:32 +0000
(16:05 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Feb 2016 05:05:32 +0000
(16:05 +1100)
* lisp/gnus/registry.el (registry-lookup-secondary): The
`tracker' slot is called `tracker', not `:tracker'.
lisp/gnus/registry.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/registry.el
b/lisp/gnus/registry.el
index 6684c258827e837668be197dca2a4f7f58ab9806..e8bc6f5545a16ee067d956a1f847a0f7480a4fe6 100644
(file)
--- a/
lisp/gnus/registry.el
+++ b/
lisp/gnus/registry.el
@@
-179,7
+179,7
@@
Returns an alist of the key followed by the entry in a list, not a cons cell."
&optional create)
"Search for TRACKSYM in the registry-db THIS.
When CREATE is not nil, create the secondary index hashtable if needed."
- (let ((h (gethash tracksym (oref db
:
tracker))))
+ (let ((h (gethash tracksym (oref db tracker))))
(if h
h
(when create